diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-08 00:31:54 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-08 00:31:54 +0900 |
| commit | 42b449c2bf2c54c5b3f7658f166197dcadf5cd3d (patch) | |
| tree | 5aaa03534a95efa95358f4745f9863a1a892e011 /config/waybar/configs/Def[TOP]-Laptop | |
| parent | 55a3cfbd7974bca5e8545f28bb4b6bcec1b69342 (diff) | |
| parent | 0d5617b7f25101bdfee905106eaa898e4dc4f93f (diff) | |
Merge pull request #54 from JaKooLit/main
update from mainstream
Diffstat (limited to 'config/waybar/configs/Def[TOP]-Laptop')
| -rw-r--r-- | config/waybar/configs/Def[TOP]-Laptop | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/config/waybar/configs/Def[TOP]-Laptop b/config/waybar/configs/Def[TOP]-Laptop new file mode 100644 index 00000000..b322a75b --- /dev/null +++ b/config/waybar/configs/Def[TOP]-Laptop @@ -0,0 +1,67 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### DEFAULT Top -Laptop ### // +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 3, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "hyprland/workspaces#pacman", + "custom/separator#dot-line", + "cpu", + "custom/separator#dot-line", + "temperature", + "custom/separator#dot-line", + "memory", + "custom/separator#dot-line", + "custom/weather", + ], + +"modules-center": [ + "custom/menu", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/separator#dot-line", + "clock", + "custom/separator#dot-line", + "custom/light_dark", + "custom/separator#dot-line", + "custom/lock", + //], + "custom/separator#dot-line", + "custom/keybinds", + ], + +"modules-right": [ + //"hyprland/window", + "tray", + "custom/separator#dot-line", + "bluetooth", + "custom/separator#dot-line", + "network#speed", + "custom/separator#dot-line", + "battery", + "custom/separator#dot-line", + "backlight", + "custom/separator#dot-line", + "pulseaudio", + "custom/separator#dot-line", + "pulseaudio#microphone", + "custom/separator#dot-line", + "keyboard-state", + "custom/separator#dot-line", + "custom/keyboard", + "custom/separator#dot-line", + "custom/power", + ], +}
\ No newline at end of file |
